DBA Data[Home] [Help]

APPS.CSTPPWMT dependencies on CSTPPWMT

Line 1: PACKAGE BODY CSTPPWMT AS

1: PACKAGE BODY CSTPPWMT AS
2: /* $Header: CSTPWMTB.pls 120.8 2006/07/03 11:18:35 sikhanna noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSTPPWMT';
5: G_LOG_LEVEL CONSTANT NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSTPPWMT';

1: PACKAGE BODY CSTPPWMT AS
2: /* $Header: CSTPWMTB.pls 120.8 2006/07/03 11:18:35 sikhanna noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSTPPWMT';
5: G_LOG_LEVEL CONSTANT NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
6:
7: PROCEDURE charge_wip_material(
8: p_pac_period_id IN NUMBER,

Line 509: x_err_code := SUBSTR('CSTPPWMT.charge_wip_material('

505: EXCEPTION
506:
507: WHEN CST_NO_WIP_COMP_TXN THEN
508: x_err_num := 20007;
509: x_err_code := SUBSTR('CSTPPWMT.charge_wip_material('
510: || to_char(l_stmt_num)
511: || '): '
512: || l_err_msg
513: || '. ',1,240);

Line 519: x_err_code := SUBSTR('CSTPPWMT.charge_wip_material('

515: x_err_msg := SUBSTR(fnd_message.get,1,2000);
516:
517: WHEN CST_FAIL_METHOD_HOOK THEN
518: x_err_num := 20010;
519: x_err_code := SUBSTR('CSTPPWMT.charge_wip_material('
520: || to_char(l_stmt_num)
521: || '): '
522: || l_err_msg
523: || '. ',1,240);

Line 541: x_err_msg := SUBSTR('CSTPPWMT.charge_wip_material('

537: END IF;
538: ROLLBACK;
539: x_err_num := SQLCODE;
540: x_err_code := NULL;
541: x_err_msg := SUBSTR('CSTPPWMT.charge_wip_material('
542: || to_char(l_stmt_num)
543: || '): '
544: ||SQLERRM,1,2000);
545:

Line 832: x_err_msg := SUBSTR('CSTPPWMT.charge_wip_pwac_cost('

828: END IF;
829: ROLLBACK;
830: x_err_num := SQLCODE;
831: x_err_code := NULL;
832: x_err_msg := SUBSTR('CSTPPWMT.charge_wip_pwac_cost('
833: || to_char(l_stmt_num)
834: || '): '
835: ||SQLERRM,1,240);
836:

Line 839: END cstppwmt;

835: ||SQLERRM,1,240);
836:
837: END charge_wip_pwac_cost;
838:
839: END cstppwmt;