DBA Data[Home] [Help]

APPS.GMF_LC_ADJ_TRANSACTIONS_PKG dependencies on GMF_LEGAL_ENTITIES

Line 1001: FROM gmf_legal_entities

997:
998: -- get legal entity name
999: CURSOR cur_get_le IS
1000: SELECT legal_entity_name
1001: FROM gmf_legal_entities
1002: WHERE legal_entity_id = p_le_id;
1003:
1004: -- Get organization code
1005: CURSOR cur_get_org_cd (cp_organization_id NUMBER) IS

Line 1037: l_le_name gmf_legal_entities.legal_entity_name%TYPE;

1033: l_from_item mtl_item_flexfields.item_number%TYPE := NULL;
1034: l_to_item mtl_item_flexfields.item_number%TYPE := NULL;
1035:
1036: l_le_id NUMBER;
1037: l_le_name gmf_legal_entities.legal_entity_name%TYPE;
1038: l_from_organization_id NUMBER;
1039: l_to_organization_id NUMBER;
1040: l_from_item_id NUMBER;
1041: l_to_item_id NUMBER;

Line 1176: FROM gmf_legal_entities

1172:
1173: -- Get the ledger_id for the legal entity parameter
1174: SELECT primary_ledger_id
1175: INTO l_ledger_id
1176: FROM gmf_legal_entities
1177: WHERE legal_entity_id = p_le_id;
1178:
1179: IF l_debug_level >= l_debug_level_low THEN
1180: fnd_file.put_line(fnd_file.log,'Open Cursor');