DBA Data[Home] [Help]

APPS.RCV_QUANTITIES_S dependencies on PO_CLM_INTG_GRP

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

850: */
851:
852: --
853: IF (g_asn_debug = 'Y') THEN
854: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
855: END IF;
856:
857: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
858: p_po_line_id => NULL,

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

853: IF (g_asn_debug = 'Y') THEN
854: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
855: END IF;
856:
857: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
858: p_po_line_id => NULL,
859: p_po_line_location_id => p_line_location_id,
860: p_po_distribution_id => NULL);
861:

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

867: END IF;
868:
869: IF l_is_clm_po = 'Y' THEN
870: IF (g_asn_debug = 'Y') THEN
871: asn_debug.put_line('before calling po_clm_intg_grp.get_funding_info()');
872: END IF;
873:
874: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
875: p_po_line_id => NULL,

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

870: IF (g_asn_debug = 'Y') THEN
871: asn_debug.put_line('before calling po_clm_intg_grp.get_funding_info()');
872: END IF;
873:
874: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
875: p_po_line_id => NULL,
876: p_line_location_id => p_line_location_id,
877: p_po_distribution_id => NULL,
878: x_distribution_type => l_distribution_type,

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

1068: AND po_line_location_id = p_line_location_id;
1069:
1070: --
1071: IF (g_asn_debug = 'Y') THEN
1072: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
1073: END IF;
1074:
1075: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
1076: p_po_line_id => NULL,

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

1071: IF (g_asn_debug = 'Y') THEN
1072: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
1073: END IF;
1074:
1075: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
1076: p_po_line_id => NULL,
1077: p_po_line_location_id => p_line_location_id,
1078: p_po_distribution_id => NULL);
1079:

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

1085: END IF;
1086:
1087: IF l_is_clm_po = 'Y' THEN
1088: IF (g_asn_debug = 'Y') THEN
1089: asn_debug.put_line('before calling po_clm_intg_grp.get_funding_info()');
1090: END IF;
1091:
1092: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
1093: p_po_line_id => NULL,

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

1088: IF (g_asn_debug = 'Y') THEN
1089: asn_debug.put_line('before calling po_clm_intg_grp.get_funding_info()');
1090: END IF;
1091:
1092: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
1093: p_po_line_id => NULL,
1094: p_line_location_id => p_line_location_id,
1095: p_po_distribution_id => NULL,
1096: x_distribution_type => l_distribution_type,

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

2104: WHERE rt.transaction_id = p_parent_id ;
2105:
2106:
2107: IF (g_asn_debug = 'Y') THEN
2108: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
2109: asn_debug.put_line('line_location_id : ' || l_po_line_location_id);
2110: END IF;
2111:
2112: IF l_po_line_location_id IS NOT NULL THEN

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

2109: asn_debug.put_line('line_location_id : ' || l_po_line_location_id);
2110: END IF;
2111:
2112: IF l_po_line_location_id IS NOT NULL THEN
2113: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
2114: p_po_line_id => NULL,
2115: p_po_line_location_id => l_po_line_location_id,
2116: p_po_distribution_id => NULL);
2117: END IF;

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

2122:
2123: IF l_is_clm_po = 'Y' THEN
2124:
2125: IF (g_asn_debug = 'Y') THEN
2126: asn_debug.put_line(' before po_clm_intg_grp.get_funding_info()');
2127: end if;
2128:
2129: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
2130: p_po_line_id => NULL,

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

2125: IF (g_asn_debug = 'Y') THEN
2126: asn_debug.put_line(' before po_clm_intg_grp.get_funding_info()');
2127: end if;
2128:
2129: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
2130: p_po_line_id => NULL,
2131: p_line_location_id => l_po_line_location_id,
2132: p_po_distribution_id => NULL,
2133: x_distribution_type => l_distribution_type,

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

2383: WHERE rt.transaction_id = p_parent_id ;
2384:
2385:
2386: IF (g_asn_debug = 'Y') THEN
2387: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
2388: asn_debug.put_line('line_location_id : ' || l_po_line_location_id);
2389: END IF;
2390:
2391: IF l_po_line_location_id IS NOT NULL THEN

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

2388: asn_debug.put_line('line_location_id : ' || l_po_line_location_id);
2389: END IF;
2390:
2391: IF l_po_line_location_id IS NOT NULL THEN
2392: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
2393: p_po_line_id => NULL,
2394: p_po_line_location_id => l_po_line_location_id,
2395: p_po_distribution_id => NULL);
2396: END IF;

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

2401:
2402: IF l_is_clm_po = 'Y' THEN
2403:
2404: IF (g_asn_debug = 'Y') THEN
2405: asn_debug.put_line(' before po_clm_intg_grp.get_funding_info()');
2406: end if;
2407:
2408: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
2409: p_po_line_id => NULL,

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

2404: IF (g_asn_debug = 'Y') THEN
2405: asn_debug.put_line(' before po_clm_intg_grp.get_funding_info()');
2406: end if;
2407:
2408: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
2409: p_po_line_id => NULL,
2410: p_line_location_id => l_po_line_location_id,
2411: p_po_distribution_id => NULL,
2412: x_distribution_type => l_distribution_type,

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

3178:
3179: --
3180:
3181: IF (g_asn_debug = 'Y') THEN
3182: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
3183: END IF;
3184:
3185: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
3186: p_po_line_id => NULL,

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

3181: IF (g_asn_debug = 'Y') THEN
3182: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
3183: END IF;
3184:
3185: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
3186: p_po_line_id => NULL,
3187: p_po_line_location_id => l_po_line_location_id,
3188: p_po_distribution_id => p_po_distribution_id);
3189:

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

3195:
3196:
3197: IF l_is_clm_po = 'Y' THEN
3198: IF (g_asn_debug = 'Y') THEN
3199: asn_debug.put_line(' before po_clm_intg_grp.get_funding_info()');
3200: end if;
3201:
3202: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
3203: p_po_line_id => NULL,

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

3198: IF (g_asn_debug = 'Y') THEN
3199: asn_debug.put_line(' before po_clm_intg_grp.get_funding_info()');
3200: end if;
3201:
3202: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
3203: p_po_line_id => NULL,
3204: p_line_location_id => l_po_line_location_id,
3205: p_po_distribution_id => p_po_distribution_id,
3206: x_distribution_type => l_distribution_type,

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

3466:
3467: --
3468:
3469: IF (g_asn_debug = 'Y') THEN
3470: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
3471: END IF;
3472:
3473: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
3474: p_po_line_id => NULL,

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

3469: IF (g_asn_debug = 'Y') THEN
3470: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
3471: END IF;
3472:
3473: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
3474: p_po_line_id => NULL,
3475: p_po_line_location_id => l_po_line_location_id,
3476: p_po_distribution_id => p_po_distribution_id);
3477:

Line 3487: asn_debug.put_line(' Before po_clm_intg_grp.get_funding_info()');

3483:
3484:
3485: IF l_is_clm_po = 'Y' THEN
3486: IF (g_asn_debug = 'Y') THEN
3487: asn_debug.put_line(' Before po_clm_intg_grp.get_funding_info()');
3488: end if;
3489:
3490: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
3491: p_po_line_id => NULL,

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

3486: IF (g_asn_debug = 'Y') THEN
3487: asn_debug.put_line(' Before po_clm_intg_grp.get_funding_info()');
3488: end if;
3489:
3490: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
3491: p_po_line_id => NULL,
3492: p_line_location_id => l_po_line_location_id,
3493: p_po_distribution_id => p_po_distribution_id,
3494: x_distribution_type => l_distribution_type,

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

3687:
3688: --
3689:
3690: IF (g_asn_debug = 'Y') THEN
3691: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
3692: END IF;
3693:
3694: l_is_clm_po := po_clm_intg_grp.is_clm_po(p_po_header_id => NULL,
3695: p_po_line_id => NULL,

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

3690: IF (g_asn_debug = 'Y') THEN
3691: asn_debug.put_line('before calling po_clm_intg_grp.is_clm_po()');
3692: END IF;
3693:
3694: l_is_clm_po := po_clm_intg_grp.is_clm_po(p_po_header_id => NULL,
3695: p_po_line_id => NULL,
3696: p_po_line_location_id => NULL,
3697: p_po_distribution_id => p_po_distribution_id);
3698:

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

3703: END IF;
3704:
3705: IF l_is_clm_po = 'Y' THEN
3706: IF (g_asn_debug = 'Y') THEN
3707: asn_debug.put_line('before calling po_clm_intg_grp.get_funding_info()');
3708: END IF;
3709:
3710: po_clm_intg_grp.get_funding_info(p_po_header_id => NULL,
3711: p_po_line_id => NULL,

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

3706: IF (g_asn_debug = 'Y') THEN
3707: asn_debug.put_line('before calling po_clm_intg_grp.get_funding_info()');
3708: END IF;
3709:
3710: po_clm_intg_grp.get_funding_info(p_po_header_id => NULL,
3711: p_po_line_id => NULL,
3712: p_line_location_id => NULL,
3713: p_po_distribution_id => p_po_distribution_id,
3714: x_distribution_type => l_distribution_type,