DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on OE_ORDER_PUB

Line 2275: l_line_rec_for_hold OE_Order_PUB.Line_Rec_Type; --ER#7479609

2271:
2272: --PP Revenue Recognition
2273: --ER 4893057
2274: l_rule_type VARCHAR2(10);
2275: l_line_rec_for_hold OE_Order_PUB.Line_Rec_Type; --ER#7479609
2276: l_header_rec_for_hold OE_Order_PUB.Header_Rec_Type; --ER#7479609
2277:
2278: cursor partyinfo(p_site_org_id HZ_CUST_SITE_USES_ALL.SITE_USE_ID%type) is
2279: SELECT cust_acct.cust_account_id,

Line 2276: l_header_rec_for_hold OE_Order_PUB.Header_Rec_Type; --ER#7479609

2272: --PP Revenue Recognition
2273: --ER 4893057
2274: l_rule_type VARCHAR2(10);
2275: l_line_rec_for_hold OE_Order_PUB.Line_Rec_Type; --ER#7479609
2276: l_header_rec_for_hold OE_Order_PUB.Header_Rec_Type; --ER#7479609
2277:
2278: cursor partyinfo(p_site_org_id HZ_CUST_SITE_USES_ALL.SITE_USE_ID%type) is
2279: SELECT cust_acct.cust_account_id,
2280: cust_Acct.party_id,