DBA Data[Home] [Help]

APPS.IGS_FI_PRC_APINT dependencies on FND_PRODUCT_GROUPS

Line 370: -- Cursor for selecting the multi org flag from the FND_PRODUCT_GROUPS

366: end_date_active
367: FROM ap_terms
368: WHERE term_id = cp_n_term_id;
369:
370: -- Cursor for selecting the multi org flag from the FND_PRODUCT_GROUPS
371: CURSOR c_fnd_prod IS
372: SELECT multi_org_flag
373: FROM fnd_product_groups;
374:

Line 373: FROM fnd_product_groups;

369:
370: -- Cursor for selecting the multi org flag from the FND_PRODUCT_GROUPS
371: CURSOR c_fnd_prod IS
372: SELECT multi_org_flag
373: FROM fnd_product_groups;
374:
375: l_v_rfnd_destination igs_fi_control.rfnd_destination%TYPE;
376: l_c_ap_term c_ap_term%ROWTYPE;
377: l_c_fnd_prod c_fnd_prod%ROWTYPE;