DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on PO_CLM_INTG_GRP

Line 1942: l_is_clm_po := po_clm_intg_grp.is_clm_po(p_po_header_id => NULL,

1938: asn_debug.put_line('po_line_id to get matching_basis ' || TO_CHAR(x_cascaded_table(n).po_line_id));
1939: END IF;
1940:
1941: --
1942: l_is_clm_po := po_clm_intg_grp.is_clm_po(p_po_header_id => NULL,
1943: p_po_line_id => x_cascaded_table(n).po_line_id,
1944: p_po_line_location_id => NULL,
1945: p_po_distribution_id => NULL);
1946:

Line 17563: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');

17559: x_is_clm_po := 'N';
17560: x_partial_funded_flag := 'N';
17561:
17562: IF (g_asn_debug = 'Y') THEN
17563: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
17564: END IF;
17565:
17566: x_is_clm_po := po_clm_intg_grp.is_clm_po(p_po_header_id => NULL,
17567: p_po_line_id => NULL,

Line 17566: x_is_clm_po := po_clm_intg_grp.is_clm_po(p_po_header_id => NULL,

17562: IF (g_asn_debug = 'Y') THEN
17563: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
17564: END IF;
17565:
17566: x_is_clm_po := po_clm_intg_grp.is_clm_po(p_po_header_id => NULL,
17567: p_po_line_id => NULL,
17568: p_po_line_location_id => x_cascaded_table(n).po_line_location_id,
17569: p_po_distribution_id => x_cascaded_table(n).po_distribution_id);
17570:

Line 17580: asn_debug.put_line('before calling po_clm_intg_grp.get_funding_info()');

17576:
17577: IF x_is_clm_po = 'Y' THEN
17578:
17579: IF (g_asn_debug = 'Y') THEN
17580: asn_debug.put_line('before calling po_clm_intg_grp.get_funding_info()');
17581: END IF;
17582:
17583: po_clm_intg_grp.get_funding_info(p_po_header_id => NULL,
17584: p_po_line_id => NULL,

Line 17583: po_clm_intg_grp.get_funding_info(p_po_header_id => NULL,

17579: IF (g_asn_debug = 'Y') THEN
17580: asn_debug.put_line('before calling po_clm_intg_grp.get_funding_info()');
17581: END IF;
17582:
17583: po_clm_intg_grp.get_funding_info(p_po_header_id => NULL,
17584: p_po_line_id => NULL,
17585: p_line_location_id => x_cascaded_table(n).po_line_location_id,
17586: p_po_distribution_id => x_cascaded_table(n).po_distribution_id,
17587: x_distribution_type => l_distribution_type,