DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on WIP_ACCOUNTING_CLASSES

Line 1137: from wip_accounting_classes

1133: l_stmt_num := 20;
1134:
1135: select decode(class_type, 4,1,0)
1136: into l_exp_job
1137: from wip_accounting_classes
1138: where class_code = l_acct_class
1139: and organization_id = i_ae_txn_rec.organization_id;
1140:
1141: l_stmt_num := 30;