DBA Data[Home] [Help]

APPS.BIC_SUMMARY_EXTRACT_PKG dependencies on HZ_PARTIES

Line 2360: x_party_id hz_parties.party_id % type;

2356: x_order_amt oe_order_lines_all.unit_selling_price % type;
2357: x_returns number;
2358: x_return_qty oe_order_lines_all.ordered_quantity % type;
2359: x_return_amt oe_order_lines_all.unit_selling_price % type;
2360: x_party_id hz_parties.party_id % type;
2361: x_org_id oe_order_headers_all.org_id % type;
2362: x_start_date date;
2363: begin
2364: --dbms_output.put_line(to_char(sysdate,'dd-mm-yyyy hh24:mi:ss'));

Line 2436: x_party_id hz_parties.party_id % type;

2432: x_line_del number;
2433: x_ontime_val oe_order_lines_all.unit_selling_price % type;
2434: x_del_val oe_order_lines_all.unit_selling_price % type;
2435:
2436: x_party_id hz_parties.party_id % type;
2437: x_org_id oe_order_headers_all.org_id % type;
2438: x_start_date date;
2439: begin
2440: --dbms_output.put_line(to_char(sysdate,'dd-mm-yyyy hh24:mi:ss'));