DBA Data[Home] [Help]

APPS.CST_ACCOUNTINGPERIOD_PUB dependencies on FND_INSTALLATION

Line 628: l_wip_installed := fnd_installation.get(appl_id => 706,

624:
625: l_stmt_num := 50;
626: -- Update WIP costing if WIP is installed
627:
628: l_wip_installed := fnd_installation.get(appl_id => 706,
629: dep_appl_id => 706,
630: status => l_installation,
631: industry => l_indust);
632:

Line 1014: l_wip_installed := fnd_installation.get(appl_id => 706,

1010: END IF;
1011:
1012: l_stmt_num := 30;
1013: -- Update WIP costing if WIP is installed
1014: l_wip_installed := fnd_installation.get(appl_id => 706,
1015: dep_appl_id => 706,
1016: status => l_installation,
1017: industry => l_indust);
1018: