DBA Data[Home] [Help]

APPS.CSTPPWMX dependencies on CSTPUTIL

Line 59: CSTPUTIL.CSTPUGCI (i_org_id, l_round_unit, l_precision, l_ext_precision);

55: BEGIN
56:
57: /* Obtain round unit */
58:
59: CSTPUTIL.CSTPUGCI (i_org_id, l_round_unit, l_precision, l_ext_precision);
60:
61: /* Update WIP_PERIOD_BALANCES */
62:
63: IF i_entity_type <> 2 THEN

Line 308: CSTPUTIL.CSTPUGCI (i_org_id, l_round_unit, l_precision, l_ext_precision);

304:
305: BEGIN
306: /* Obtain round unit */
307:
308: CSTPUTIL.CSTPUGCI (i_org_id, l_round_unit, l_precision, l_ext_precision);
309:
310: /* Update TL, PL (OUT) costs to WIP_PERIOD_BALANCES for the assembly */
311: /* Separte SQL statement for job and schedule for faster performance */
312: /* Complete into INV take positive quantity */