大家好,我是Oracle新手
對於Oracle只會很初階的程度,是因為上班時需要用到
帶我的前輩,丟了下面的一段程式碼,希望我能寫出另一隻地址分行的報表
但是小妹我,完完全全不懂語法意思,希望各位大大可以幫我翻譯翻譯
讓我可以依樣畫葫蘆的完成另一張報表
謝謝大家了(跪)!
--Get Ledger Data
v_ledger_rec := XXGST_PARAMETERS_PKG.get_ledger_info(P_LEDGER_ID);
t_bucket := generate_bucket(v_BUCKET_ID);
V_LEDGER_ADDRESS := arp_addr_label_pkg.format_address(v_ledger_rec.address_type,
v_ledger_rec.address_line1,
v_ledger_rec.address_line2,
v_ledger_rec.address_line3,
null, --address4
null, --city
null, --county,
null, --state
null, --province
v_ledger_rec.postal_code,
null, --territory_short_name,
v_ledger_rec.country, --country
NULL, --customer_name,
NULL, --bill_to_location,
NULL, --first_name,
NULL, --last_name,
NULL, --mail_stop,
V_Default_Country_code, --default_country_code,
V_Default_Country_desc, --default_country_desc,
V_Print_Country_Flag, --print_home_country_flag,
'N', --print_default_attn_flag,
240,
1,
3);