DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on CSTPALTY

Line 4930: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,

4926: -- 06/28/05 Bryan Kuntz Created --
4927: -- End of comments --
4928: -----------------------------------------------------------------------------
4929: PROCEDURE Process_PacRmaReceipt(
4930: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
4931: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
4932: p_dr_flag IN BOOLEAN,
4933: p_cogs_om_line_id IN NUMBER,
4934: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,

Line 4931: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,

4927: -- End of comments --
4928: -----------------------------------------------------------------------------
4929: PROCEDURE Process_PacRmaReceipt(
4930: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
4931: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
4932: p_dr_flag IN BOOLEAN,
4933: p_cogs_om_line_id IN NUMBER,
4934: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
4935: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type

Line 4934: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,

4930: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
4931: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
4932: p_dr_flag IN BOOLEAN,
4933: p_cogs_om_line_id IN NUMBER,
4934: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
4935: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
4936: ) IS
4937:
4938: l_api_name CONSTANT VARCHAR2(30) := 'Process_PacRmaReceipt';

Line 4935: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type

4931: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
4932: p_dr_flag IN BOOLEAN,
4933: p_cogs_om_line_id IN NUMBER,
4934: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
4935: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
4936: ) IS
4937:
4938: l_api_name CONSTANT VARCHAR2(30) := 'Process_PacRmaReceipt';
4939: l_api_version CONSTANT NUMBER := 1.0;

Line 4950: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;

4946: l_eventLog CONSTANT BOOLEAN := l_errorLog and (FND_LOG.LEVEL_EVENT >= G_LOG_LEVEL);
4947: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
4948: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
4949:
4950: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;
4951: l_err_rec CSTPALTY.cst_ae_err_rec_type;
4952:
4953: l_elemental_cost number_table;
4954: l_def_cogs_acct_id NUMBER;

Line 4951: l_err_rec CSTPALTY.cst_ae_err_rec_type;

4947: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
4948: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
4949:
4950: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;
4951: l_err_rec CSTPALTY.cst_ae_err_rec_type;
4952:
4953: l_elemental_cost number_table;
4954: l_def_cogs_acct_id NUMBER;
4955: l_cogs_acct_id NUMBER;

Line 5117: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,

5113: -- 06/28/05 Bryan Kuntz Created --
5114: -- End of comments --
5115: -----------------------------------------------------------------------------
5116: PROCEDURE Process_PacCogsRecTxn(
5117: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
5118: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
5119: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
5120: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
5121: ) IS

Line 5118: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,

5114: -- End of comments --
5115: -----------------------------------------------------------------------------
5116: PROCEDURE Process_PacCogsRecTxn(
5117: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
5118: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
5119: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
5120: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
5121: ) IS
5122:

Line 5119: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,

5115: -----------------------------------------------------------------------------
5116: PROCEDURE Process_PacCogsRecTxn(
5117: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
5118: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
5119: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
5120: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
5121: ) IS
5122:
5123: l_api_name CONSTANT VARCHAR2(30) := 'Process_PacCogsRecTxn';

Line 5120: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type

5116: PROCEDURE Process_PacCogsRecTxn(
5117: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
5118: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
5119: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
5120: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
5121: ) IS
5122:
5123: l_api_name CONSTANT VARCHAR2(30) := 'Process_PacCogsRecTxn';
5124: l_api_version CONSTANT NUMBER := 1.0;

Line 5135: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;

5131: l_eventLog CONSTANT BOOLEAN := l_errorLog and (FND_LOG.LEVEL_EVENT >= G_LOG_LEVEL);
5132: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
5133: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
5134:
5135: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;
5136: l_err_rec CSTPALTY.cst_ae_err_rec_type;
5137: l_dr_flag BOOLEAN;
5138:
5139: l_elemental_cost number_table;

Line 5136: l_err_rec CSTPALTY.cst_ae_err_rec_type;

5132: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
5133: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
5134:
5135: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;
5136: l_err_rec CSTPALTY.cst_ae_err_rec_type;
5137: l_dr_flag BOOLEAN;
5138:
5139: l_elemental_cost number_table;
5140: l_def_cogs_acct_id NUMBER;