DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on PO_SUBINVENTORIES_S

Line 168: po_subinventories_s.get_default_subinventory(x_cascaded_table(n).to_organization_id,

164: ** If you're using express then it's ok to get the default
165: ** rather than having it be defined on the record
166: */
167: x_progress := '120';
168: po_subinventories_s.get_default_subinventory(x_cascaded_table(n).to_organization_id,
169: x_cascaded_table(n).item_id,
170: x_cascaded_table(n).subinventory
171: );
172:

Line 185: po_subinventories_s.get_locator_control(x_cascaded_table(n).to_organization_id,

181: * the there is a locator.
182: */
183: IF (x_cascaded_table(n).subinventory IS NOT NULL) THEN --{
184: x_progress := '122';
185: po_subinventories_s.get_locator_control(x_cascaded_table(n).to_organization_id,
186: x_cascaded_table(n).subinventory,
187: x_cascaded_table(n).item_id,
188: x_locator_control
189: );

Line 2784: po_subinventories_s.get_default_subinventory(x_cascaded_table(n).to_organization_id,

2780: ** If you're using express then it's ok to get the default
2781: ** rather than having it be defined on the record
2782: */
2783: x_progress := '120';
2784: po_subinventories_s.get_default_subinventory(x_cascaded_table(n).to_organization_id,
2785: x_cascaded_table(n).item_id,
2786: x_cascaded_table(n).subinventory
2787: );
2788:

Line 2801: po_subinventories_s.get_locator_control(x_cascaded_table(n).to_organization_id,

2797: * the there is a locator.
2798: */
2799: IF (x_cascaded_table(n).subinventory IS NOT NULL) THEN --{
2800: x_progress := '122';
2801: po_subinventories_s.get_locator_control(x_cascaded_table(n).to_organization_id,
2802: x_cascaded_table(n).subinventory,
2803: x_cascaded_table(n).item_id,
2804: x_locator_control
2805: );

Line 2820: po_subinventories_s.get_default_locator(x_cascaded_table(n).to_organization_id,

2816: IF ( ( x_locator_control = 2
2817: OR x_locator_control = 3)
2818: AND x_cascaded_table(n).locator_id IS NULL) THEN --{
2819: x_progress := '123';
2820: po_subinventories_s.get_default_locator(x_cascaded_table(n).to_organization_id,
2821: x_cascaded_table(n).item_id,
2822: x_cascaded_table(n).subinventory,
2823: x_cascaded_table(n).locator_id
2824: );