DBA Data[Home] [Help]

APPS.CSTPAPPR dependencies on MFG_LOOKUPS

Line 3081: -- The Line Type is seeded in MFG_LOOKUPS (CST_ACCOUNTING_LINE_TYPE)

3077: l_stmt_num := 40;
3078: -- Debit
3079:
3080: l_dr_flag := TRUE;
3081: -- The Line Type is seeded in MFG_LOOKUPS (CST_ACCOUNTING_LINE_TYPE)
3082: l_ae_line_rec.ae_line_type := 32;
3083:
3084: l_ae_line_rec.account := l_debit_account;
3085:

Line 3933: from mfg_lookups

3929: l_stmt_num := 20;
3930:
3931: select meaning
3932: into l_ae_line_tbl(next_record_avail).description
3933: from mfg_lookups
3934: where lookup_type = 'CST_ACCOUNTING_LINE_TYPE'
3935: and lookup_code = l_ae_line_tbl(next_record_avail).ae_line_type;
3936:
3937: l_ae_line_tbl(next_record_avail).account := i_ae_line_rec.account;