DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on CSTPALTY

Line 529: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,

525: -- 06/28/05 Bryan Kuntz Created --
526: -- End of comments --
527: -----------------------------------------------------------------------------
528: PROCEDURE Process_PacRmaReceipt(
529: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
530: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
531: p_dr_flag IN BOOLEAN,
532: p_cogs_om_line_id IN NUMBER,
533: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,

Line 530: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,

526: -- End of comments --
527: -----------------------------------------------------------------------------
528: PROCEDURE Process_PacRmaReceipt(
529: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
530: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
531: p_dr_flag IN BOOLEAN,
532: p_cogs_om_line_id IN NUMBER,
533: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
534: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type

Line 533: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,

529: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
530: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
531: p_dr_flag IN BOOLEAN,
532: p_cogs_om_line_id IN NUMBER,
533: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
534: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
535: );
536:
537: -----------------------------------------------------------------------------

Line 534: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type

530: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
531: p_dr_flag IN BOOLEAN,
532: p_cogs_om_line_id IN NUMBER,
533: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
534: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
535: );
536:
537: -----------------------------------------------------------------------------
538: -- Start of comments --

Line 557: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,

553: -- 06/28/05 Bryan Kuntz Created --
554: -- End of comments --
555: -----------------------------------------------------------------------------
556: PROCEDURE Process_PacCogsRecTxn(
557: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
558: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
559: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
560: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
561: );

Line 558: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,

554: -- End of comments --
555: -----------------------------------------------------------------------------
556: PROCEDURE Process_PacCogsRecTxn(
557: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
558: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
559: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
560: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
561: );
562:

Line 559: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,

555: -----------------------------------------------------------------------------
556: PROCEDURE Process_PacCogsRecTxn(
557: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
558: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
559: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
560: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
561: );
562:
563:

Line 560: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type

556: PROCEDURE Process_PacCogsRecTxn(
557: p_ae_txn_rec IN CSTPALTY.cst_ae_txn_rec_type,
558: p_ae_curr_rec IN CSTPALTY.cst_ae_curr_rec_type,
559: l_ae_line_tbl IN OUT NOCOPY CSTPALTY.cst_ae_line_tbl_type,
560: x_ae_err_rec OUT NOCOPY CSTPALTY.cst_ae_err_rec_type
561: );
562:
563:
564: -----------------------------------------------------------------------------