DBA Data[Home] [Help]

APPS.INVTROAP dependencies on INV_UTILITIES

Line 369: from_locator_value := INV_UTILITIES.get_conc_segments(l_trolin_tbl(l_line_count).organization_id,

365: itemkey => l_child_itemkey,
366: aname => 'FROM_SUBINVENTORY',
367: avalue => l_trolin_tbl(l_line_count).from_subinventory_code );
368:
369: from_locator_value := INV_UTILITIES.get_conc_segments(l_trolin_tbl(l_line_count).organization_id,
370: l_trolin_tbl(l_line_count).from_locator_id);
371:
372: wf_engine.setitemattrtext( itemtype => l_child_itemtype,
373: itemkey => l_child_itemkey,

Line 383: to_locator_value := INV_UTILITIES.get_conc_segments(l_trolin_tbl(l_line_count).organization_id,

379: aname => 'TO_SUBINVENTORY',
380: avalue =>
381: l_trolin_tbl(l_line_count).to_subinventory_code );
382:
383: to_locator_value := INV_UTILITIES.get_conc_segments(l_trolin_tbl(l_line_count).organization_id,
384: l_trolin_tbl(l_line_count).to_locator_id);
385:
386: wf_engine.setitemattrtext( itemtype => l_child_itemtype,
387: itemkey => l_child_itemkey,

Line 1134: from_locator_value := INV_UTILITIES.get_conc_segments(l_org_id,l_trolin_tbl(l_current_line).from_locator_id);

1130: aname => 'FROM_SUBINVENTORY',
1131: avalue =>
1132: l_trolin_tbl(l_current_line).from_subinventory_code );
1133:
1134: from_locator_value := INV_UTILITIES.get_conc_segments(l_org_id,l_trolin_tbl(l_current_line).from_locator_id);
1135:
1136: wf_engine.setitemattrtext( itemtype => itemtype,
1137: itemkey => itemkey,
1138: aname => 'FROM_LOCATOR',

Line 1147: to_locator_value := INV_UTILITIES.get_conc_segments(l_org_id,l_trolin_tbl(l_current_line).to_locator_id);

1143: aname => 'TO_SUBINVENTORY',
1144: avalue =>
1145: l_trolin_tbl(l_current_line).to_subinventory_code );
1146:
1147: to_locator_value := INV_UTILITIES.get_conc_segments(l_org_id,l_trolin_tbl(l_current_line).to_locator_id);
1148:
1149: wf_engine.setitemattrtext( itemtype => itemtype,
1150: itemkey => itemkey,
1151: aname => 'TO_LOCATOR',