DBA Data[Home] [Help]

APPS.PN_EXP_TO_AP dependencies on PN_R12_UTIL_PKG

Line 786: LE_tbl(l_index_2) := pn_r12_util_pkg.get_le_for_ap(v_pn_lia_account,v_pn_vendor_site_id,v_org_id);

782: dbms_sql.column_value (l_cursor_2, 2, v_pn_vendor_site_id);
783: dbms_sql.column_value (l_cursor_2, 3, v_pn_lia_account);
784: dbms_sql.column_value (l_cursor_2, 4, v_org_id);
785:
786: LE_tbl(l_index_2) := pn_r12_util_pkg.get_le_for_ap(v_pn_lia_account,v_pn_vendor_site_id,v_org_id);
787:
788: END LOOP;
789:
790: IF dbms_sql.is_open (l_cursor_2) THEN

Line 894: IF pn_r12_util_pkg.is_r12 THEN

890: -- Note: tax_include flag for R12 can have 3 values: 'A', 'N', and 'S'
891: -- 'A': Yes, 'N': No, 'S': Use system default
892: -- Add logic to handle legacy data, where 'Y' : Yes, and 'N' / null = No
893:
894: IF pn_r12_util_pkg.is_r12 THEN
895: IF exp_ap_cache(l_index).pn_tax_included = 'Y' THEN
896: exp_ap_cache(l_index).pn_tax_included := 'A';
897: END IF;
898: END IF;

Line 1362: IF pn_r12_util_pkg.is_r12 THEN

1358: acc_acnt_tab(1) := null;
1359:
1360: END IF; -- if dist_set/project is null
1361:
1362: IF pn_r12_util_pkg.is_r12 THEN
1363: IF exp_ap_cache(item).pn_tax_classification_code IS NOT NULL THEN
1364: l_tax_code_override_flag := 'Y';
1365: END IF;
1366:

Line 1746: IF pn_r12_util_pkg.is_r12 THEN

1742: acc_acnt_tab(1) := null;
1743:
1744: END IF; -- if dist_set/project is null
1745:
1746: IF pn_r12_util_pkg.is_r12 THEN
1747: IF exp_ap_cache(item).pn_tax_classification_code IS NOT NULL THEN
1748: l_tax_code_override_flag := 'Y';
1749: END IF;
1750: exp_ap_cache(item).pn_tax_code_id := null;