DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on CSTPALTY

Line 4824: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,

4820: -- 06/28/05 Bryan Kuntz Created --
4821: -- End of comments --
4822: -----------------------------------------------------------------------------
4823: PROCEDURE Process_PacRmaReceipt(
4824: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
4825: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
4826: p_dr_flag IN BOOLEAN,
4827: p_cogs_om_line_id IN NUMBER,
4828: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,

Line 4825: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,

4821: -- End of comments --
4822: -----------------------------------------------------------------------------
4823: PROCEDURE Process_PacRmaReceipt(
4824: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
4825: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
4826: p_dr_flag IN BOOLEAN,
4827: p_cogs_om_line_id IN NUMBER,
4828: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
4829: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type

Line 4828: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,

4824: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
4825: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
4826: p_dr_flag IN BOOLEAN,
4827: p_cogs_om_line_id IN NUMBER,
4828: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
4829: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
4830: ) IS
4831:
4832: l_api_name CONSTANT VARCHAR2(30) := 'Process_PacRmaReceipt';

Line 4829: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type

4825: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
4826: p_dr_flag IN BOOLEAN,
4827: p_cogs_om_line_id IN NUMBER,
4828: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
4829: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
4830: ) IS
4831:
4832: l_api_name CONSTANT VARCHAR2(30) := 'Process_PacRmaReceipt';
4833: l_api_version CONSTANT NUMBER := 1.0;

Line 4844: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;

4840: l_eventLog CONSTANT BOOLEAN := l_errorLog and (FND_LOG.LEVEL_EVENT >= G_LOG_LEVEL);
4841: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
4842: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
4843:
4844: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;
4845: l_err_rec CSTPALTY.cst_ae_err_rec_type;
4846:
4847: l_elemental_cost number_table;
4848: l_def_cogs_acct_id NUMBER;

Line 4845: l_err_rec CSTPALTY.cst_ae_err_rec_type;

4841: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
4842: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
4843:
4844: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;
4845: l_err_rec CSTPALTY.cst_ae_err_rec_type;
4846:
4847: l_elemental_cost number_table;
4848: l_def_cogs_acct_id NUMBER;
4849: l_cogs_acct_id NUMBER;

Line 5003: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,

4999: -- 06/28/05 Bryan Kuntz Created --
5000: -- End of comments --
5001: -----------------------------------------------------------------------------
5002: PROCEDURE Process_PacCogsRecTxn(
5003: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
5004: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
5005: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
5006: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
5007: ) IS

Line 5004: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,

5000: -- End of comments --
5001: -----------------------------------------------------------------------------
5002: PROCEDURE Process_PacCogsRecTxn(
5003: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
5004: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
5005: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
5006: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
5007: ) IS
5008:

Line 5005: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,

5001: -----------------------------------------------------------------------------
5002: PROCEDURE Process_PacCogsRecTxn(
5003: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
5004: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
5005: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
5006: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
5007: ) IS
5008:
5009: l_api_name CONSTANT VARCHAR2(30) := 'Process_PacCogsRecTxn';

Line 5006: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type

5002: PROCEDURE Process_PacCogsRecTxn(
5003: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
5004: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
5005: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
5006: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
5007: ) IS
5008:
5009: l_api_name CONSTANT VARCHAR2(30) := 'Process_PacCogsRecTxn';
5010: l_api_version CONSTANT NUMBER := 1.0;

Line 5021: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;

5017: l_eventLog CONSTANT BOOLEAN := l_errorLog and (FND_LOG.LEVEL_EVENT >= G_LOG_LEVEL);
5018: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
5019: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
5020:
5021: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;
5022: l_err_rec CSTPALTY.cst_ae_err_rec_type;
5023: l_dr_flag BOOLEAN;
5024:
5025: l_elemental_cost number_table;

Line 5022: l_err_rec CSTPALTY.cst_ae_err_rec_type;

5018: l_procLog CONSTANT BOOLEAN := l_eventLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
5019: l_stmtLog CONSTANT BOOLEAN := l_procLog and (FND_LOG.LEVEL_STATEMENT >= G_LOG_LEVEL);
5020:
5021: l_ae_line_rec CSTPALTY.cst_ae_line_rec_type;
5022: l_err_rec CSTPALTY.cst_ae_err_rec_type;
5023: l_dr_flag BOOLEAN;
5024:
5025: l_elemental_cost number_table;
5026: l_def_cogs_acct_id NUMBER;