DBA Data[Home] [Help]

APPS.CSFW_DEBRIEF_PUB dependencies on FND_LOOKUPS

Line 1020: from fnd_lookups

1016:
1017:
1018: Cursor c_status_meaning(p_code Varchar2) Is
1019: select meaning
1020: from fnd_lookups
1021: where lookup_type = 'CSF_INTERFACE_STATUS'
1022: and lookup_code = p_code;
1023:
1024:

Line 1528: from fnd_lookups

1524: and transaction_type_code = 'ORDER';
1525:
1526: Cursor c_status_meaning(p_code Varchar2) Is
1527: select meaning
1528: from fnd_lookups
1529: where lookup_type = 'CSF_INTERFACE_STATUS'
1530: and lookup_code = p_code;
1531:
1532:

Line 1778: from fnd_lookups

1774: from csi_install_parameters;
1775:
1776: Cursor c_status_meaning(p_code Varchar2) Is
1777: select meaning
1778: from fnd_lookups
1779: where lookup_type = 'CSF_INTERFACE_STATUS'
1780: and lookup_code = p_code;
1781:
1782: Cursor c_site (p_incident_id number) Is

Line 2113: from fnd_lookups

2109: l_msg_index_out number;
2110:
2111: Cursor c_status_meaning(p_code Varchar2) Is
2112: select meaning
2113: from fnd_lookups
2114: where lookup_type = 'CSF_INTERFACE_STATUS'
2115: and lookup_code = p_code;
2116:
2117: