DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on PO_COMPLEX_WORK_GRP

Line 58: PO_COMPLEX_WORK_GRP.is_complex_work_po(

54: */
55:
56: l_po_header_id := x_cascaded_table(n).po_header_id;
57:
58: PO_COMPLEX_WORK_GRP.is_complex_work_po(
59: 1.0,
60: l_po_header_id,
61: l_return_status,
62: l_complex_flag);

Line 4517: PO_COMPLEX_WORK_GRP.is_complex_work_po(

4513: * the case of complex work POs, the old code would
4514: * return the original quantity whereas the new one
4515: * errors out. Reverting to old code for complex work POs.
4516: */
4517: PO_COMPLEX_WORK_GRP.is_complex_work_po(
4518: 1.0,
4519: temp_cascaded_table(1).po_header_id, --Bug: 5357628
4520: l_return_status,
4521: l_complex_flag);

Line 10432: PO_COMPLEX_WORK_GRP.is_complex_work_po(

10428: * We do not support any other receiving transactions other
10429: * than direct receipt. Error out if it is complex work PO.
10430: */
10431:
10432: PO_COMPLEX_WORK_GRP.is_complex_work_po(
10433: 1.0,
10434: l_po_header_id,
10435: l_return_status,
10436: l_complex_flag);

Line 11908: PO_COMPLEX_WORK_GRP.is_complex_work_po(

11904: * We do not support any other receiving transactions other
11905: * than direct receipt. Error out if it is complex work PO.
11906: */
11907:
11908: PO_COMPLEX_WORK_GRP.is_complex_work_po(
11909: 1.0,
11910: l_po_header_id,
11911: l_return_status,
11912: l_complex_flag);