DBA Data[Home] [Help]

APPS.PA_COST_RATE_PUB dependencies on STANDARD

Line 335: 'STANDARD_COSTING', 'ACTUAL_ACCRUAL'.

331: end if;
332:
333: /* 12.2 payroll intg .. bug 10253400. changes for 12.2:
334: costing method holds 2 values:
335: 'STANDARD_COSTING', 'ACTUAL_ACCRUAL'.
336: The rate source would hold the source of the rates. */
337:
338: select rule.costing_method, rule.rate_source_code
339: into l_costing_method, l_rate_source_code

Line 428: costing method holds 2 values: 'STANDARD_COSTING', 'ACTUAL'.

424: raise USER_EXCEPTION;
425: end if;
426:
427: /* 12.2 payroll intg .. bug 10253400. changes for 12.2:
428: costing method holds 2 values: 'STANDARD_COSTING', 'ACTUAL'.
429: The rate source would hold the source of the rates. */
430:
431: l_stage := 'selecting costing method from rule [' || x_costing_rule || ']';
432: pa_cc_utils.log_message(l_stage);