DBA Data[Home] [Help]

APPS.IEX_WF_BAN_STATUS_PUB dependencies on FND_PROFILE

Line 557: l_profile := NVL(fnd_profile.value('IEX_STRY_CREATE_BANKRUPTCY'), 'Y');

553: result := wf_engine.eng_null;
554: return;
555: end if;
556:
557: l_profile := NVL(fnd_profile.value('IEX_STRY_CREATE_BANKRUPTCY'), 'Y');
558:
559: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
560: iex_debug_pub.logmessage ('update_approval_status start');
561: iex_debug_pub.logmessage ('Profile IEX_STRY_CREATE_BANKRUPTCY == '||l_profile);

Line 1031: l_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');

1027: result := wf_engine.eng_null;
1028: return;
1029: end if;
1030:
1031: l_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');
1032:
1033:
1034: wf_engine.setitemattrtext( itemtype => itemtype,
1035: itemkey => itemkey,

Line 1144: -- l_turnoff_collection_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');

1140: itemtype => itemtype,
1141: itemkey => itemkey,
1142: aname => 'PARTY_ID');
1143:
1144: -- l_turnoff_collection_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');
1145: -- dbms_output.put_line('Profile '||l_turnoff_collection_profile);
1146:
1147: OPEN C_CASE(l_party_id);
1148: LOOP

Line 1335: --l_turnoff_collection_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');

1331: itemtype => itemtype,
1332: itemkey => itemkey,
1333: aname => 'PARTY_ID');
1334:
1335: --l_turnoff_collection_profile := NVL(fnd_profile.value('IEX_TURNOFF_COLLECT_BANKRUPTCY'), 'Y');
1336: --dbms_output.put_line('Profile '||l_turnoff_collection_profile);
1337:
1338: OPEN C_CASE(l_party_id);
1339: -- l_case_count := C_CASE%ROWCOUNT;