DBA Data[Home] [Help]

APPS.CSTPAPPR dependencies on MFG_LOOKUPS

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

2717: l_stmt_num := 40;
2718: -- Debit
2719:
2720: l_dr_flag := TRUE;
2721: -- The Line Type is seeded in MFG_LOOKUPS (CST_ACCOUNTING_LINE_TYPE)
2722: l_ae_line_rec.ae_line_type := 32;
2723:
2724: l_ae_line_rec.account := l_debit_account;
2725:

Line 3563: from mfg_lookups

3559: l_stmt_num := 20;
3560:
3561: select meaning
3562: into l_ae_line_tbl(next_record_avail).description
3563: from mfg_lookups
3564: where lookup_type = 'CST_ACCOUNTING_LINE_TYPE'
3565: and lookup_code = l_ae_line_tbl(next_record_avail).ae_line_type;
3566:
3567: l_ae_line_tbl(next_record_avail).account := i_ae_line_rec.account;