DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV dependencies on PO_SUBINVENTORIES_S

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

3013: ** If you're using express then it's ok to get the default
3014: ** rather than having it be defined on the record
3015: */
3016: x_progress := '120';
3017: po_subinventories_s.get_default_subinventory(x_cascaded_table(n).to_organization_id,
3018: x_cascaded_table(n).item_id,
3019: x_cascaded_table(n).subinventory
3020: );
3021:

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

3030: ** because the row will fail without a sub
3031: */
3032: IF (x_cascaded_table(n).subinventory IS NOT NULL) THEN
3033: x_progress := '122';
3034: po_subinventories_s.get_locator_control(x_cascaded_table(n).to_organization_id,
3035: x_cascaded_table(n).subinventory,
3036: x_cascaded_table(n).item_id,
3037: x_locator_control
3038: );

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

3049: IF ( ( x_locator_control = 2
3050: OR x_locator_control = 3)
3051: AND x_cascaded_table(n).locator_id IS NULL) THEN
3052: x_progress := '123';
3053: po_subinventories_s.get_default_locator(x_cascaded_table(n).to_organization_id,
3054: x_cascaded_table(n).item_id,
3055: x_cascaded_table(n).subinventory,
3056: x_cascaded_table(n).locator_id
3057: );