DBA Data[Home] [Help]

APPS.CSFW_DEBRIEF_PUB dependencies on FND_LOOKUPS

Line 1704: from fnd_lookups

1700:
1701:
1702: Cursor c_status_meaning(p_code Varchar2) Is
1703: select meaning
1704: from fnd_lookups
1705: where lookup_type = 'CSF_INTERFACE_STATUS'
1706: and lookup_code = p_code;
1707:
1708:

Line 2377: from fnd_lookups

2373: and transaction_type_code = 'ORDER';
2374:
2375: Cursor c_status_meaning(p_code Varchar2) Is
2376: select meaning
2377: from fnd_lookups
2378: where lookup_type = 'CSF_INTERFACE_STATUS'
2379: and lookup_code = p_code;
2380:
2381:

Line 2627: from fnd_lookups

2623: from csi_install_parameters;
2624:
2625: Cursor c_status_meaning(p_code Varchar2) Is
2626: select meaning
2627: from fnd_lookups
2628: where lookup_type = 'CSF_INTERFACE_STATUS'
2629: and lookup_code = p_code;
2630:
2631: Cursor c_site (p_incident_id number) Is

Line 2962: from fnd_lookups

2958: l_msg_index_out number;
2959:
2960: Cursor c_status_meaning(p_code Varchar2) Is
2961: select meaning
2962: from fnd_lookups
2963: where lookup_type = 'CSF_INTERFACE_STATUS'
2964: and lookup_code = p_code;
2965:
2966: