DBA Data[Home] [Help]

APPS.ITG_SYNCUOMINBOUND_PVT dependencies on STANDARD

Line 1003: * either a standard, interclass or intraclass, and filling a field nested

999:
1000: END process_uom_intra;
1001:
1002: /* Handle a task=UOMCONV request by differentiating the type of conversion,
1003: * either a standard, interclass or intraclass, and filling a field nested
1004: * table object accordingly, then pass that object to the private procedure
1005: * that processes that conversion
1006: */
1007: PROCEDURE process_uom_conv (

Line 1084: /* Case 1 standard */

1080: l_conv_rate := reduce_conv_rate(p_fromfactor, p_tofactor);
1081:
1082:
1083: IF p_itemid IS NULL THEN
1084: /* Case 1 standard */
1085: /* No ITEM_ID passed to us - Build a Standard conversion field table */
1086: process_uom_intra(
1087: p_syncind => p_syncind,
1088: p_uom => l_to_uom_csr_rec.unit_of_measure,

Line 1085: /* No ITEM_ID passed to us - Build a Standard conversion field table */

1081:
1082:
1083: IF p_itemid IS NULL THEN
1084: /* Case 1 standard */
1085: /* No ITEM_ID passed to us - Build a Standard conversion field table */
1086: process_uom_intra(
1087: p_syncind => p_syncind,
1088: p_uom => l_to_uom_csr_rec.unit_of_measure,
1089: p_uomcode => l_to_uom_csr_rec.uom_code,