DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on PO_COMPLEX_WORK_GRP

Line 475: PO_COMPLEX_WORK_GRP.is_complex_work_po(

471: */
472:
473: l_po_header_id := x_cascaded_table(n).po_header_id;
474:
475: PO_COMPLEX_WORK_GRP.is_complex_work_po(
476: 1.0,
477: l_po_header_id,
478: l_return_status,
479: l_complex_flag);

Line 5077: PO_COMPLEX_WORK_GRP.is_complex_work_po(

5073: * the case of complex work POs, the old code would
5074: * return the original quantity whereas the new one
5075: * errors out. Reverting to old code for complex work POs.
5076: */
5077: PO_COMPLEX_WORK_GRP.is_complex_work_po(
5078: 1.0,
5079: temp_cascaded_table(1).po_header_id, --Bug: 5357628
5080: l_return_status,
5081: l_complex_flag);

Line 11495: PO_COMPLEX_WORK_GRP.is_complex_work_po(

11491: * We do not support any other receiving transactions other
11492: * than direct receipt. Error out if it is complex work PO.
11493: */
11494:
11495: PO_COMPLEX_WORK_GRP.is_complex_work_po(
11496: 1.0,
11497: l_po_header_id,
11498: l_return_status,
11499: l_complex_flag);

Line 13205: PO_COMPLEX_WORK_GRP.is_complex_work_po(

13201: * We do not support any other receiving transactions other
13202: * than direct receipt. Error out if it is complex work PO.
13203: */
13204:
13205: PO_COMPLEX_WORK_GRP.is_complex_work_po(
13206: 1.0,
13207: l_po_header_id,
13208: l_return_status,
13209: l_complex_flag);